Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oracle DBO Updates #49

Closed
wants to merge 3 commits into from
Closed

Oracle DBO Updates #49

wants to merge 3 commits into from

Conversation

benmurden
Copy link

A few bug fixes and efficiency updates for the Oracle DBO.

Ben

A "schema" key can be used in the database config when you want to access a different schema without having to always use the dot syntax. This also improves efficiency when you only use tables from one schema.
This avoids conflicts with separate sequences used in test suite fixtures, for example.
The persistModel switch in controllers means describe is not always called, so the sequenceMap is not generated. This patch addresses that by checking the associated model for relevant information when the sequenceMap data is not available.
@benmurden
Copy link
Author

I'm in the process of rewriting the sequence persistence fix, as well as adding some test cases, so I'll close this pull request.

@benmurden benmurden closed this May 6, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant